.banner,
.main {
  width: 100%;
  min-width: 1200px;
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper__feedback {
  height: 242px;
  padding-top: 20px;
}
.swiper__feedback-pagination {
  bottom: 9px !important;
}
.swiper__feedback-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper__feedback-pagination .swiper-pagination-bullet-active {
  background: #ffbf65;
}
.swiper__banner .swiper-slide a,
.swiper__banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.swiper-button-next {
  background-image: url("../img/index/right.png");
  width: 37px;
  height: 37px;
  background-size: auto;
}
.swiper-button-next:hover {
  background-image: url("../img/index/right_hov.png");
}
.swiper-button-prev {
  background-image: url("../img/index/left.png");
  width: 37px;
  height: 37px;
  background-size: auto;
}
.swiper-button-prev:hover {
  background-image: url("../img/index/left_hov.png");
}
.swiper__software .swiper-button-prev {
  position: absolute;
  bottom: 120px;
  top: auto;
  left: 45%;
}
.swiper__software .swiper-button-next {
  position: absolute;
  bottom: 120px;
  top: auto;
  right: 45%;
}
.swiper__software {
  margin-top: 60px;
}
.software {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
}
.software .software_card {
  width: 1200px;
  margin: 0 auto;
}
.software .software_card > h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.software .software_card > p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.software .software_card {
  position: relative;
  margin-top: 60px;
}
.software .software_card {
  position: relative;
  height: 860px;
}
.software .software_card __arrow {
  top: auto;
  bottom: 0;
  font-size: 17px;
  background: #f5f7f9;
  color: #cccccc;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.software .software_card __arrow__arrow--left {
  left: 50%;
  margin-left: -48px;
}
.software .software_card __arrow__arrow--right {
  right: 50%;
  margin-right: -48px;
}
.software .software_card __arrow:hover {
  background: #e2e2e5;
  color: #666666;
}
.software .software_card __arrow i {
  font-weight: bold;
}
.software .software_card .software_carousel {
  height: 840px;
  position: relative;
  overflow: hidden;
}
.software .software_card .software_carousel * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.software .software_card .software_carousel .software_carousel-item {
  width: 376px;
  height: 300px;
  background: #fff;
  position: absolute;
  border-radius: 24px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(1) {
  top: 0;
  left: 0;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(2) {
  top: 0;
  left: 412px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(3) {
  top: 0;
  left: 824px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(4) {
  top: 336px;
  left: 0;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(5) {
  top: 336px;
  left: 412px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(6) {
  top: 336px;
  left: 824px;
}
.software .software_card .software_carousel .software_carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 24px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:nth-child(n + 4) {
  margin-top: auto;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner {
  width: 376px;
  height: 300px;
  padding: 30px 40px 0;
  border-radius: 24px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 3;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  em {
  width: 80px;
  height: 80px;
  background: #f5f7f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 24px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  .software_carousel-item-inner-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  .software_carousel-item-inner-desc.long {
  height: 0;
  overflow: hidden;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  .software_carousel-item-inner-banner {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 75px;
  opacity: 0;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  a {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  z-index: 6;
  bottom: 30px;
  left: 40px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  a
  i {
  margin-left: 8px;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item
  .software_carousel-item-inner
  a:hover {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #f2973b;
}
.software .software_card .software_carousel .software_carousel-item:hover {
  z-index: 6;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover::before {
  border: 0 solid #ddd;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner {
  height: 636px;
  background: #f5f7f9;
  z-index: 4;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 24px;
  border: 1px solid #f5f7f9;
  z-index: 5;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner
  em {
  background: #ffffff;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner
  .software_carousel-item-inner-desc.short {
  display: none;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner
  .software_carousel-item-inner-desc.long {
  height: auto;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner
  .software_carousel-item-inner-banner {
  opacity: 1;
}
.software
  .software_card
  .software_carousel
  .software_carousel-item:hover
  .software_carousel-item-inner.end-line {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform: translateY(-336px);
  transform: translateY(-336px);
}
.enjoy {
  background: #fff9f2;
}
.enjoy .enjoy_card {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.enjoy .enjoy_card > h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.enjoy .enjoy_card > p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}
.enjoy .enjoy_card a {
  font-size: 15px;
  color: #f2973b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.enjoy .enjoy_card a img {
  margin-left: 4px;
}
.enjoy .enjoy_card ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enjoy .enjoy_card ul li {
  width: 260px;
  height: 260px;
  background: linear-gradient(208deg, #53473e 0%, #312121 100%);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.enjoy .enjoy_card ul li p {
  font-weight: bold;
  font-size: 24px;
  color: #ffdb96;
  margin-top: 24px;
}
.vip-user-feedback {
  width: 100%;
  background: #ffffff;
  position: relative;
  padding: 100px 0 105px;
}
.vip-user-feedback .flickity-page-dots {
  bottom: -20px;
}
.vip-user-feedback .flickity-page-dots .dot.is-selected {
  background: #ffbf65;
}
.vip-user-feedback .vip-user-feedback__content {
  max-width: 1660px;
  min-width: 1200px;
  margin: 0 auto;
}
.vip-user-feedback .vip-user-feedback__content .swiper-slide {
  width: 540px;
  height: 180px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.0588);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.0588);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 480px;
}
.vip-user-feedback .vip-user-feedback__content h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.vip-user-feedback .vip-user-feedback__content .linear__left {
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(69%, rgba(255, 255, 255, 0.9412)),
    to(#ffffff)
  );
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9412) 69%,
    #ffffff 100%
  );
  width: 320px;
  height: 100%;
  z-index: 8;
}
.vip-user-feedback .vip-user-feedback__content .linear__right {
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(69%, rgba(255, 255, 255, 0.9412)),
    to(#ffffff)
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9412) 69%,
    #ffffff 100%
  );
  width: 320px;
  height: 100%;
  z-index: 8;
}
.vip-user-feedback .vip-user-feedback__content .vip-user-feedback__left {
  margin: 0 46px 0 48px;
}
.vip-user-feedback
  .vip-user-feedback__content
  .vip-user-feedback__left
  .vip-user-feedback__head {
  margin: 34px 0 13px;
}
.vip-user-feedback .vip-user-feedback__content .vip-user-feedback__left span {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  display: block;
  text-align: center;
}
.vip-user-feedback .vip-user-feedback__content .vip-user-feedback__left i {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
  display: block;
  text-align: center;
}
.vip-user-feedback
  .vip-user-feedback__content
  .vip-user-feedback__left
  .vip-user-feedback__symbol {
  position: absolute;
  top: 16px;
  right: 16px;
}
.vip-user-feedback .vip-user-feedback__content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57%;
  right: 80px;
  text-align: left;
}
.tutorial {
  width: 100%;
  background: #f5f7f9;
}
.tutorial .tutorial__content {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.tutorial .tutorial__content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 18px;
}
.tutorial .tutorial__content em {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.tutorial .tutorial__content .item {
  width: 580px;
  height: 160px;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.0588);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.0588);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tutorial .tutorial__content .item > img {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  margin-right: 18px;
}
.tutorial .tutorial__content .item h4 {
  font-size: 16px;
  color: #424242;
  line-height: 20px;
}
.tutorial .tutorial__content .item h4 span {
  display: block;
  font-weight: bold;
  max-width: 400px;
}
.tutorial .tutorial__content .item .int {
  width: 400px;
  height: 40px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin: 10px 0 26px;
}
.tutorial .tutorial__content .item ul:last-child li {
  margin-left: 10px;
}
.tutorial .tutorial__content .item ul:first-child li {
  margin-right: 16px;
}
.tutorial .tutorial__content .item ul li {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}
.tutorial .tutorial__content .item ul li span {
  margin-left: 4px;
  cursor: default;
}
.tutorial .tutorial__content .item ul li span a:hover {
  color: #f2973b;
}
.tutorial .tutorial__content .item ul li img {
  cursor: default;
}
.tutorial .tutorial__content .item ul li span.line1 a {
  max-width: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.tutorial .tutorial__content .item ul li .time {
  width: 70px;
}
.tutorial .tutorial__content .item:hover {
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
}
.tutorial .tutorial-more {
  font-size: 16px;
  font-weight: 400;
  color: #f2973b;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.tutorial .tutorial-more img {
  width: 7px;
  height: 12px;
  margin: 2px 0 0 5px;
}
.index .index-go__top {
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 8;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../img/index/top.png") no-repeat;
  display: none;
}
.index .index-go__top:hover {
  background: url("../img/index/top_hov.png") no-repeat;
}
